home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-05-29 | 6.3 KB | 141 lines |
- [shared-]
- version=2
- pmark="C:\WINDOWS\DEV\LIFE\life.c" 656 1
- project="C:\WINDOWS\DEV\LIFE\LIFE.MAK"
- buildmode=3
- [edit-]
- srch=CycleMatrix
- fSrchRe=257
- rpl=iY+1
- src=WRAPMAXY
- fRplRe=17152
- file="C:\WINDOWS\DEV\LIFE\life.c" 633 1 656 1
- file="C:\WINDOWS\DEV\LIFE\life.rc" 34 1 62 41
- file="C:\WINDOWS\DEV\ss\ss.c" 1 1 1 1
- file="C:\WINDOWS\DEV\LIFE\LIFE.MAK" 1 1 1 1
- file="C:\download\plife.pas" 552 1 552 1
- file="C:\WINDOWS\DEV\LIFE\life.def" 1 1 15 20
- file="C:\WINDOWS\DEV\LIFE\life.h" 1 1 7 1
- file="C:\WINDOWS\DEV\ss\ss.rc" 12 1 30 1
- [pwb]
- screen=50 80
- winstyle=7
- wnd=C 2 1 49 80
- [environ]
- INCLUDE=c:\windev\include;c:\include
- LIB=c:\windev\lib;c:\lib
- HELPFILES=c:\help\*.hlp;c:\windev
- [build]
- build: macro DEBUG "0"
- build: macro PWBRMAKE "pwbrmake"
- build: macro NMAKEBSC1 "set"
- build: macro NMAKEBSC2 "nmake"
- build: macro LINKER "link"
- build: macro ILINK "ilink"
- build: macro LRF "echo > NUL"
- build: macro BIND "bind"
- build: macro RC "rc"
- build: macro IMPLIB "implib"
- build: macro LFLAGS_G " /ST:4096 /BATCH /ALIGN:16"
- build: macro LFLAGS_D " /CO /NOF /NOP"
- build: macro LFLAGS_R " /NOF /PACKC /PACKD /BATCH"
- build: macro MAPFILE_D "NUL"
- build: macro MAPFILE_R "NUL"
- build: macro CC "cl"
- build: macro CFLAGS_G "/W3 /G2 /Gw /Zp /BATCH"
- build: macro CFLAGS_D "/Od /Zi /Gs"
- build: macro CFLAGS_R "/Ot /Ol /Og /Oe /Oa /FPc /Gs /Fc"
- build: macro LLIBS_R " /NOD:SLIBCE SLIBCEW"
- build: macro LLIBS_D " /NOD:SLIBCE SLIBCEW"
- build: macro LLIBS_G "LIBW.LIB"
- build: macro ASM "masm"
- build: macro AFLAGS_G "/Mx /T"
- build: macro AFLAGS_D "/Zi"
- build: macro AFLAGS_R ""
- build: all $(PROJ).exe
- build: target $(PROJ).bsc pwbrmake
- build: target $(PROJ).exe lrf link res
- build: inference .c.sbr cc_c_sbr
- build: inference .rc.res rc_rc_res
- build: inference .c.obj cc_c_obj
- build: inference .asm.obj asm_asm_obj
- build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
- build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
- build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
- build: release command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
- build: debug command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
- build: release command link "$(LINKER) @$(PROJ).lrf"
- build: debug command link "$(LINKER) @$(PROJ).lrf"
- build: command run "WIN $(PROJ).exe $(RUNFLAGS)"
- build: command rc_rc_res "$(RC) /r $<"
- build: command res "$(RC) $(RESS) $@"
- build: command debug "WIN CVW $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
- build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
- build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
- build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
- build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
- build: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
- build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
- build: include dependencies
- build: include system
- build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
- build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
- build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
- build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
- build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
- build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
- build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
- build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
- build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
- build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
- build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
- build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
- build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
- build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
- build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
- build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
- build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
- build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
- build: message "^LINK [^L]+L[124]"
- build: message "^ILINK : [^L]+L[124]"
- build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
- build: message "^NMAKE : [^U]+U[124]"
- build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
- build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
- build: message "^[^C]+C[124][0-9]+: "
- build: message "^[^D]+D[124][0-9]+ : "
- build: message "^pwbrmake: [^U]+U[124]"
- build: message "^BIND : [^U]+U[124]"
- build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
- build: message "^RC: error"
- build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
- build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
- build: message "^[^F]+F[1234][0-9]+: "
- build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
- build: message "^fatal error"
- build: message "^[A-Z][A-Z][A-Z]\\:d\\:d\\:d\\:d:\\:b"
- build: language None
-
- [cv]
- wndstate=0 0 0 2 0 0 0 1 0 1 254
- tilestate=1 49 0 80 0 0 0 67 0 8 0 0 0 0 40 0 0 254
- command=use auto
- command=n10
- command=s1
- command=oc-
- command=of+
- command=o3-
- [debug-]
- target="c:\source\samples\sortdemo.exe"
- [cvp]
- wndstate=0 1 0 2 0 1 0 0 0 1 254
- tilestate=1 49 0 80 0 0 0 67 0 15 0 35 0 0 43 0 0 254
- command=use auto
- command=n10
- command=s1
- command=oc+
- command=of+
-